home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / c / ChangeLog < prev    next >
Encoding:
Text File  |  1994-04-30  |  50.6 KB  |  1,357 lines

  1. Sat Apr 29 08:48:06 1994  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  2.  
  3.     * Changed to release under GNU Public Library license.   There
  4.     have been a number of other fixes including fixes to bignums.
  5.     
  6.  
  7. Thu Jan 20 10:38:00 1994  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  8.  
  9.     * version 624 made.
  10.     * contains just changes so that compiles on solaris 5.2.   The 
  11.     623 version compiled on solaris 5.3, but the earlier 5.2 version of solaris
  12.     had some differences which needed patches.   These are contained
  13.     in 624.
  14.  
  15. Fri Dec 10 15:02:14 1993  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  16.         * version 623 made.
  17.     
  18.     * the check on string-trim  for a list of chars is fixed.
  19.     Much earlier the (string-trim '(2) "ab") would run forever.
  20.     Then string-trim was broken.
  21.  
  22.  
  23. Sun Dec  5 15:34:44 1993  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  24.  
  25.     * add solaris version: changes to several C files
  26.     and new version of sfasl for elf.
  27.     * linux port added.
  28.  
  29. Thu Oct 29 13:20:17 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  30.  
  31.     * make sure the signal stack is 8 byte aligned.   Needed on sun os 4.1.2
  32.     and higher.
  33.  
  34. Thu Jun  4 06:18:20 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  35.  
  36.     * fix allocation of copy space during an sgc for relocatable
  37.  
  38. Wed Apr 29 09:02:59 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  39.         *cmpnew/lfuns.lsp make load,open, error-set go through lisp
  40.     symbol, so users can redefine them (eg when loaded common lisp
  41.     condition code stuff).
  42.         * defstruct.lsp: put the conc-name in the current package,
  43.     so that programs can discover the package in effect when
  44.     the defstruct was done, in order to reconstruct accessors.
  45.  
  46. Sun Apr 26 23:28:42 1992  Bill Schelter  (wfs@sonia.ma.utexas.edu)
  47.  
  48.     * predicate.c: contains_sharp_comma handle non type t arrays
  49.     * co1typep optimize for the '(satifies fun) type.
  50.     * cmpinline.lsp, cmplabel.lsp, cmploc.lsp
  51.     inline-integer  (set-loc unwind-exit get-inline-loc)
  52.     fixes by r harris.
  53.  
  54. Thu Apr 23 15:09:44 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  55.  
  56.     * cmpenv.lsp  fix function return integer proclamation.
  57.  
  58. Sat Apr 11 09:25:05 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  59.  
  60.     * numlib.lsp: changes to ensure double accuracy not lost.
  61.  
  62. Thu Apr  9 11:21:25 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  63.  
  64.     * log,exp,.. get more accuracy if given a fixnum[don't use short-float]
  65.     * cmptop.lsp empty keyword list bug (defun foo(&key) nil)
  66.     * many files add hooks for dos port.
  67.  
  68. Fri Mar 27 15:59:24 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  69.  
  70.     * (cmpinline.lsp) inline-args of a closure var which changed later,
  71.     signalled a compiler error.
  72.  
  73. Wed Mar 25 14:38:41 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  74.  
  75.     * (read.d) make read listen to when ':' is a read macro. in read_object
  76.     * (cmpfun.lsp,cmpopt.lsp): Fix optimizer for (typep x 'ratio)
  77.     * (predicate.c): fix equalp so (equalp (format nil "hi") "hi") -->t
  78.  
  79. Wed Mar 11 14:16:59 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  80.  
  81.     * (read.d): fix failure of (read-string "#b1"). Handle eof in 
  82.     read_constituent 
  83.  
  84.  
  85. Wed Feb 26 21:38:04 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  86.  
  87.     * cmpfun.lsp change read-char optimizer so as to avoid
  88.     a C compiler bug on dec3100, which causes an unaligned access
  89.     on that machine in calls to read-char.  
  90.  
  91. Wed Jan 29 08:30:09 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  92.  
  93.     * hp800.{h,defs} changes to run incrementally loaded text in a
  94.     separate segment (at 4zillion).  Without this hp will only let
  95.     you run one image at a time.   Unfortunately there will be a slight
  96.     degradation in indirect calls (which includes all calls between
  97.     user functions).    Why do they need to have segments....
  98.  
  99. Thu Jan 23 17:01:37 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  100.  
  101.     * add some save and retore around the terminal interrupt, to
  102.     prevent some possible lossage when continuing from an interrupt.
  103.     You still may lose if there is a gc during an interrupt.
  104.      
  105.  
  106. Wed Jan 22 19:08:11 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  107.  
  108.     * support for mac under AUX.   Files mac2.h, mac2.defs [by weigert]
  109.     * misc small changes to other files for mac.
  110.  
  111. Sun Jan  5 21:35:21 1992  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  112.     
  113.     * new definitions for fplus and fminus in cmac.c   The ones for
  114.     the 68020 were incorrect (since the changeover of the bignum code).
  115.     These were only used by maxima.
  116.  
  117. Fri Nov 22 08:39:42 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  118.  
  119.     * Change proclaim of function so to turn integer
  120.     proclained args into type T.   It is not possible to
  121.     pass raw integer type since this would cause a problem
  122.     with gc.    Also currently it would have generated C which
  123.     broke the C compilation.    
  124.  
  125. Tue Oct 29 07:59:02 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  126.  
  127.     * add misc/warn-slow.lsp.   If this file is loaded, then the compiler
  128.     warns of certain slow constructs, like undeclared arithmetic,
  129.     and slow array references.
  130.  
  131. Thu Oct 24 21:34:55 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  132.  
  133.     * funlink.c to handle misproclaimed functions better.
  134.     * big.c correct one source of "bad length" warning
  135.  
  136. Sun Oct 20 12:55:35 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  137.  
  138.     * gbc.c change position of where the C stack is marked from.
  139.     This is relevant for sparcs with the register windows, which
  140.     are dumped at interrupts.
  141.     * cfun,gbc changes as per PCL mods for turbo closures.
  142.     * read.d use 1000000000.0 rather than 1/ this , since it gives
  143.     more accurate value in read of float.
  144.     * cmpfun.lsp add hook for (typep x 'foo) so that can expand
  145.     this differently according to a property of 'foo.
  146.     * cmpcall.lsp, add a  hook so that special code can be emitted
  147.     for calls where a super_funcall_no_event would have been emitted.
  148.     This code might be used where we expect closures (cf PCL)
  149.     
  150.     
  151.  
  152. Wed Oct  9 21:31:03 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  153.  
  154.     * read.d to make 0.7 and (/ 7.0 10) produce identical results.
  155.     when read (at least on 68k,sparc, rios).
  156.     We have left the default number of digits printed out as 17,
  157.     in spite of the fact that IEE has only 15.95 significant digits.
  158.     The reason is that correct rounding to 15 or 16  digits, will
  159.     commonly cause things like most-positive-long-float to print
  160.     in a form which is not even readable (since it is rounded up above
  161.     the most-positive-long-float).
  162.  
  163. Mon Oct  7 20:54:35 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  164.  
  165.     * fix LD_COMMAND typo in hp800.h
  166.     * fix replace_array to make the new array not live
  167.     beyond the call, so that gc won't accidentally mark two
  168.     copy two identical array bodies (so maybe overstepping the
  169.     the new relblock)
  170.  
  171. Fri Oct  4 10:58:59 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  172.  
  173.     * close to work on already closed streams.
  174.     * make_pure_array arg fixed (num_log.c)
  175.     * estack_buf put in static area on machines like rios.
  176.     
  177.  
  178. Sun Sep 29 12:43:54 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  179.  
  180.     * fix to relblock allocation in sgc_start
  181.     * fix for paths with "~/"
  182.     * change default pagesize on sun3 to 4k
  183.     
  184.  
  185. Sat Sep  7 13:51:24 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  186.  
  187.     * fix bit-array-op to make correct call to si::make-array-pure
  188.     (num_log.c)
  189.  
  190. Mon Aug  5 18:06:35 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  191.  
  192.     * wt-cvars add declaration for VXXalloc variables
  193.  
  194. Tue Jul 30 16:48:09 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  195.  
  196.     * interpreted mapcar not gc protecting when given more than 2 args.
  197.  
  198. Sat Jul 27 12:32:35 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  199.  
  200.     * changes to subtypep to make (subtypep 'cons '(and t cons))
  201.      and (subtypep 'simple-array '(not vector)) correct.
  202.  
  203. Fri Jul 26 09:25:56 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  204.  
  205.     * change equal and hash_equal not to descend into structures.
  206.     A ruling in CLTL2, clarifies that this should be the case.
  207.     * alter get-setf-method and friends to accept environment as second
  208.     argument.   Alter all the complex setf methods to pass the environment
  209.     so that local functional and macro bindings can alter the behaviour
  210.     of the setf macro.
  211.  
  212. Tue Jul 23 06:25:39 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  213.  
  214.     * sharing for fasd files for package operations was disabled.
  215.     Otherwise the symbol in a shadow would be shared with the symbol's
  216.     later occurrence in the file--It is still a good idea to put
  217.     package operations in a separate lisp  file at the beginning of
  218.     system load.
  219.     * adjustable arrays brought into conformance with changes in CLTL
  220.     II.  You  
  221.     may now adjust non adjustable arrays, and the fill-pointer argument
  222.     to adjust-array does not change the property of having or not having
  223.     a fill pointer for the array.
  224.  
  225.     
  226.  
  227. Sun Jul 21 12:44:04 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  228.  
  229.     * fix cmac.c for maxima (error in dblrem)
  230.  
  231.     * sloop for v on l by 'joe
  232.     changed to allow for the possibility that joe is a macro.
  233.     [used by maxima].
  234.  
  235. Wed Jul 10 10:45:54 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  236.  
  237.     * littleXlsp is included which provides an interface to some
  238.     simple X windows routines.   It is not in the image by default
  239.     See the file lsp/littleXlsp.lsp for directions.
  240.  
  241. Tue Jul  9 16:29:23 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  242.  
  243.     * add VOL declarations for setjmps in format.c to allow to work
  244.     with gcc on the sparc.
  245.     * add stuff to cmplam.lsp for VOL declarations of &aux variables.
  246.     
  247.  
  248. Wed Jun 26 20:59:04 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  249.  
  250.     * Change to gc mark of c stack to make sure register windows
  251.       are flushed, by calling recursively.
  252.     * add special bignum code for rs 6000 and aix 370
  253.     * fix for read suppress and the defstruct reader.
  254.     * Source level debugging improved (see doc/DOC and doc/dbl.el) 
  255.     * Catch infinite recursion of proclaimed functions.   Handle
  256.     segmentation faults on an alternate stack--so don't play around
  257.     to much after a segmentation fault before quitting to top level.
  258.     * support for hp800 (and hp700) added.
  259.       
  260.     
  261. Wed May 22 14:54:29 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  262.  
  263.     * added new slot to struct stream, to hold the buffer.
  264.     gbc.c and file.d  had been referencing the field in FILE
  265.     directly, but that is not reliable on att Sys V 4.
  266.  
  267. Thu Apr 11 17:04:54 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  268.  
  269.     * add conc-name to the s-data structure so users may get at
  270.     it (defstruct.lsp).
  271.     * add install_segmentation_catcher() and also in error()
  272.     (ususually arises from real segmentation faults), then turn
  273.     off sgc, if it's on, to avoid having the error handler stall
  274.     on trying to alter pages which are write protected (since
  275.     we are still within the memprotect_handler.
  276.  
  277. Thu Apr  4 08:37:50 1991  Bill Schelter  (wfs at max.ma.utexas.edu)
  278.  
  279.     * If HAVE_YP_UNBIND is defined, added to c/main.c the
  280.     unbinding of the default yp domain.  In sun os 4.1
  281.     we were getting a segmentation fault in _yp_dobind_soft()
  282.     on a restarted system.
  283.     
  284.  
  285. Sat Mar 30 09:01:57 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  286.  
  287.     * Fix listen and clear-input (file.d and read.d).
  288.     macros LISTEN_FOR_INPUT and HAVE_IOCTL are defined in
  289.     att.h, bsd.h, and for the aix systems.   I have tested
  290.     it under aix, sun, 4.3bsd, sgi4d and hpux.   Not sure about
  291.     vannilla sysv (may have to be #undef'd there).
  292.     * fixed pathnames such as "~wfs/foo.lisp" to work.
  293.     (see unixfsys.c).
  294.     
  295.  
  296. Mon Mar 25 12:25:34 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  297.  
  298.     * Make sure that long float arrays get allocated on multiple of
  299.     sizeof(double ) alignment array.c,gbc.c..  Also unixfasl.c
  300.  
  301.     * Add to Smakefile an initial execution of xbin/{machine}-fixes
  302.     if that file exists.   Use this for correction of temporary bug
  303.     fixes, such as the bad sgi4d c compiler.
  304.  
  305.  
  306. Mon Mar 18 12:06:26 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  307.  
  308.     * The structure of bignums and the underlying code was changed
  309.     completely.   This affected many files including big.c,num_co.c
  310.     print.d, read.d, predicate.c, num_arith.c,.. See the file doc/bignum
  311.     for a discussion.    The compiler was also changed to include
  312.     integer as a primitive type with storage allocated on the stack.
  313.     * A notion of deducing result type from argument types was
  314.     added to the compiler.  Initially we are just doing that for
  315.     the basic integer functions, but it can be extended to others
  316.     * The optimization in cmpopt.lsp have been changed to allow more
  317.     flags to accommodate things like the result-type-from-args.
  318.     The compiler will normally warn (for the time being) if you
  319.     give it old style optimizations.   Because of the extensive
  320.     changes to the compiler I have changed the default safety
  321.     for compiling the cmpnew directory back to 2.  
  322.     
  323. Thu Feb 14 16:06:42 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  324.  
  325.     * debug.lsp, eval.c: fix break-step-next and break-step-into to pass
  326.     the correct environment back so that evaluating variables or
  327.     local functions will be done correctly in the debugger.
  328.  
  329. Mon Feb 11 16:24:15 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  330.  
  331.     * Fixed *break-points* function to bind the correct enviroment
  332.     so that variables will get the right values.
  333.  
  334. Mon Jan  7 21:21:22 1991  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  335.  
  336.     * make inline string adjustable (cmptop.lsp)
  337.     * multiple changes to lsp/debug.lsp and lsp/top.lsp
  338.     to allow source line debugging using si::nload.
  339.     * debugger largely redone.   :bt new backtrace
  340.     function (:b still there).  see DOC file
  341.     * add xdr-open xdr-write xdr-read to the si package.
  342.     * akcl 532 compatible with maxima 4-153
  343.     
  344.  
  345. Wed Dec  5 01:49:50 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  346.  
  347.     * check_alist should allow nil, since the CLTL allows nil
  348.     in place of a cons in an alist.
  349.     * many changes to debug.lsp, eval.c and top.lsp to allow
  350.     source level debugging.   The emacs file dbl.el was added.
  351.     It and the DOC file contain more information, but basically
  352.     there is automatic source display when broken in the debugger
  353.     (for lisp files loaded with nload).
  354.  
  355. Tue Nov 20 20:07:02 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  356.  
  357.     * Changes to all places where function assignments are made 
  358.     to allow the hook compiler-def-hook, to be run.   This hook
  359.     is used by the new source code debugger dbl.
  360.     * dbl allows debugging of lisp code with a display of an
  361.     arrow in the window opposite the line currently broken at
  362.     or being executed.
  363.     * The safety on the cmpnew files has been changed to safety 0.
  364.     Please notify of any places where this causes a problem!   It
  365.         should result in significantly faster compilation.   The error
  366.     checks should be in the source.
  367.  
  368. Thu Nov  8 05:31:34 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  369.  
  370.     * fix aix3_mprotect/mprotect.c [wrong calculation of overflow]
  371.     * fix memory_protect in sgbc.c
  372.     
  373.  
  374. Wed Nov  7 09:56:30 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  375.  
  376.     * Change compiler-clear-compiler-properties, to take 2 args.  This
  377.     is to provide compiler-def-hook, which lets you get the code just
  378.     before it is installed.
  379.  
  380.     * Misc support for IBM 370 mainframe running under AIX.  (u370)
  381.     * change malloc at startup to use some static space, since
  382.     the gc may not be initialized before some startup routines need
  383.     to malloc (aix3).
  384.  
  385.     * fix to cmptag.lsp.   Tags in cross closure tagobdies were sometimes not
  386.     being written out. (bug had been there forever).   C compiler would
  387.     fail when the tag was not there.
  388.     
  389.  
  390. Fri Oct 26 15:00:37 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  391.  
  392.     * change call_proc, the routine used to link proclaimed functions.
  393.     It was not incrementing vs_top soon enough, so that with args
  394.     (t t fixnum), with fast links off, the make_fixnum caused by
  395.     the last arg, might cause a gc which zeroed the vs stack above
  396.     vs_top, so eliminating arg1.   Symptom was an <objnull> passed
  397.     as second arg.   This could only happen when functions were proclaimed,
  398.     and had type not = t.
  399.  
  400. Sat Oct  6 08:08:47 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  401.  
  402.     * change assoc in list.d so (assoc nil '(nil (nil . a))) --> (nil
  403.     . a)
  404.       also change cmpfun.lsp in the compiler for this. (bug rep mccain)
  405.     * Allow #' in the (:print-function  #'(lambda (..))  defstruct option
  406.       (bug report baxter)
  407.  
  408. Thu Sep 20 19:05:05 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  409.  
  410.     * Fix cmpthrow in cmpcatch.lsp so that handles
  411.     lexical closures correctly.
  412.  
  413.     * Fix cmpeval.lsp for incrementing a structure slot
  414.     which is fixnum.
  415.     * Fix cmpmain.lsp adding support for the floating point
  416.     save ops on rios.
  417.     
  418.  
  419. Sun Sep  2 16:44:24 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  420.  
  421.     * Fix perm_writable.  It was leaving out the last page! (Vignaux)
  422.  
  423. Mon Aug 20 15:15:03 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  424.  
  425.     * fix acos and asin in numlib.lsp   (bug was (acos .5) was complex!)
  426.  
  427. Wed Aug 15 14:01:06 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  428.  
  429.     * to fasdump.c: close_fasd was munging the array handed
  430.     to it to cleanup.    This could cause gc problems later.
  431.  
  432.     * Several changes to gc.   The alloc_relblock function fixed
  433.     to take into acount that rb_start - heap_end may not be
  434.     holepage anymore [since if sgc_enabled we have a second
  435.     `sgc' rb_start after the first].    We ensure that nrbpage
  436.     is actually the combined number of pages for relblock,
  437.     for sgc and regular gc. (alloc.c)   
  438.  
  439. Tue Aug 14 16:04:19 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  440.     * changes to sgc to the way memory protection is turned on.
  441.  
  442.     * There may be problems with saving an image with (sgc-on t)
  443.     These have not been resolved, at least under rios, and perhaps
  444.     other machines.
  445.  
  446.     * many changes for aix 3, for rios
  447.  
  448.     * for sgi, change the Init_links to come before doinit
  449.     * the sgi4d does not need the links stuff.
  450.  
  451. Wed Aug  8 21:59:37 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  452.  
  453.     * Change to h/secondary_sun_magic to make it have 8 characters.
  454.     * fix use-package so that allows using a package with an external
  455.     symbol, if that symbol is shadowed by the current package.
  456.     * Several fixes for sun os 4.1 (secondary magic stuff).
  457.  
  458. Wed May 23 11:47:34 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  459.  
  460.     * Make traced functions stay traced after redefinition
  461.     [change clear_compiler_properties, and its many callers]
  462.     * Fix two bugs introduced in trace.lsp when its functionality
  463.     was increased.
  464.     * fasdump.c (fix coercion).
  465.  
  466. Thu Apr 12 15:28:49 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  467.  
  468.     * Change behaviour of proclaimed, compiled keyword argument functions, so that
  469.     duplicate keys are allowed, and the leftmost takes precedence.
  470.     [bind.c:parse_key_new]
  471.  
  472. Mon Apr  9 14:48:43 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  473.      
  474.     * make subtypep (predlib.lsp) handle types of form '(not p) correctly.   This
  475.     in turn influences compiler optimizer handling of (typep x '(not p))
  476.     * fix read (read.d) so that it allows eof to occur during reading of a semicolon
  477.     comment line.
  478.     * fix c1values (cmpmulti.lsp) so that (values (truncate a b)) does just
  479.     return one value.   
  480.  
  481. Sun Apr  1 22:11:46 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  482.  
  483.     * make float-digits and float-precision return the significant
  484.     digits in terms of float-radix.
  485.     * If si::*print-nans* is not nil, then the C printing of Nan's
  486.     and infinity surrounded by #< > will be used.
  487.  
  488. Fri Mar 30 10:24:35 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  489.  
  490.     * gbc.c, sgbc.c: displaced arrays have been a real headache.
  491.         (dotimes (i 5000)  (make-array 1 :element-type 'string-char :displaced-to
  492.               (format nil "0")))
  493.     would cause bad things to happen in kcl and akcl.   I finally decided
  494.     that the link between an array and the array it is displaced to should
  495.     be made firm.     If A is displaced to B, the user can always do adjust-array
  496.     on A to destroy the displacement.   But from now on, as long as the
  497.     displacement exists then if B is marked this will cause marking of A,
  498.     and vice versa.
  499.  
  500. Wed Mar 28 16:41:17 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  501.  
  502.     * cmpeval.lsp co1structure-predicate:
  503.     (defstruct foo a b ..) then foo-p was less efficient
  504.     than it had been in some earlier release.
  505.     Note:after (si::freeze-defstruct 'foo) you get the fastest foo-p,
  506.     since this declares the hierarchy of structures including
  507.     foo to be frozen.
  508.     
  509.  
  510. Wed Mar  7 13:30:57 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  511.  
  512.     * fixed copying of relblock in gc, so that if an array body
  513.     is allocated on C stack [the read_fasd does this for a temp array
  514.     it needs] then this array will not be copied.   In some cases this
  515.     could have caused the copied relblock to exceed nrbpage size, which
  516.     is all that sbrk had provided.
  517.  
  518.     * read-fasd could not be recursively entered from the lisp_eval calls which
  519.     were possible [from things like require or other package ops].
  520.     Fixed in fasdump.c
  521.     
  522.     
  523. Mon Mar  5 11:54:49 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  524.  
  525.     * Increase BDSGETA to allow some freedom in the debugger after
  526.     a bds overflow.
  527.  
  528. Tue Feb 27 09:19:49 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  529.  
  530.     * fix printing NIL relative to a package not using LISP.
  531.  
  532. Tue Feb 20 00:10:58 1990  Bill Schelter  (wfs at fireant.ma.utexas.edu)
  533.  
  534.     * Add compiler::*split-files*, to allow convenient splittling of
  535.     large lisp files, for C compilers which can't handle infinitely
  536.     long C files.  See doc/DOC file.
  537.         * Fix to fasdump.c.  Broke when a .o file was loaded during compilation.
  538.  
  539. Fri Feb 16 09:11:08 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  540.  
  541.     * si::*load-pathname* is now bound to the pathname of the current file
  542.     being loaded.  
  543.     
  544.  
  545. Sat Feb 10 13:36:44 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  546.  
  547.     * Add the co1special prop check in c1symbol-fun, for fixing macros which
  548.     expand into declares in do, do*, prog, prog* (see also cmpfun.lsp)
  549.     * Fix level in c2call-local (bug report by harris).
  550.  
  551. Tue Jan 23 18:37:58 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  552.  
  553.     * change to siLreplace_array, so that the first word of the old
  554.     array header is preserved, so that in case sgc is on, the
  555.     array won't be marked SGC_RECENT, and so garbage collected if
  556.     there were no pointers to it.
  557.  
  558. Sun Jan 21 20:30:48 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  559.  
  560.     * Many changes to the compiler:  Only defuns and defmacros are
  561.     compiled by default.    A flag compiler::*compile-ordinaries* if
  562.     t means all forms will be compiled (use this for pcl at the moment).
  563.     See doc under compile-file.
  564.     * eval-when default behaviour changed to be in line with the X3j13
  565.     CL standard.   See compile-file doc.
  566.     files: fasdump.c,cmpaux.c,cfun.c, cmptop, cmpwt,cmpenv, cmpspecial,
  567.     cmpflet.
  568.     * some advantages of the new init scheme.  Some files can be substantially
  569.     smaller, and there is more flexibility in writing out the init.   Things
  570.     like closures which are constant, can be set in as constants.
  571.  
  572. Thu Jan  4 23:24:46 1990  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  573.  
  574.     * make sublis for eql equal and eq be substantially more efficient.
  575.       [list.d, and cmpfun.lsp]
  576.         * fix file_exists for AIX (stat returns 0 there even if file
  577.     ending in slash is not a directory (ie /u/all/bmt/.login/ would
  578.     have existed.
  579.     * make boolean be a real type, so that we can distinguish between
  580.     calls to a function which want only a boolean reply or calls
  581.     which need more.   An example is probe-file which can be 30
  582.     times faster when only a boolean reply is needed, not the truename.
  583.     This required changes to cmptype,cmpif cmpinline.
  584.     * add additional optimizations to  cmpopt.lsp.
  585.     * fix vector-push-extend optimization [cmpfun, cmpopt]
  586.     * various fixes to sgc
  587.     
  588.     
  589.  
  590. Sat Dec 23 18:30:03 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  591.  
  592.     * Fix multiple-value-prog1 in cmpmulti.lsp
  593.     (eval-when (compile) (proclaim '(function foo (t t) t)))
  594.     (defun jil () (multiple-value-prog1 (values 1 2) (foo 3 4)))
  595.     (defun foo (a  b) (joe a b) (cons a b))
  596.     (defun joe (a b) (list a b))
  597.     would have (jil) --> 3 4 until this fix.  This dates from original kcl.
  598.     
  599.  
  600. Tue Dec  5 20:22:58 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  601.  
  602.     * changes to alloc.c, gbc.c, page.h, object.h to allow stratified
  603.     garbage collection [SGC].   This should help systems with
  604.     a large amount of relatively static data.   Only pages written
  605.     to since sgc-on need be marked and swept.   See DOC file.
  606.  
  607. Sat Nov 11 07:08:27 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  608.  
  609.     * Add various va_end(ap)'s to match unmatched va_start's.
  610.     * add in some changes for hp300's faslink.
  611.     * add additional support for cmpnew/collectfn.lsp   See the
  612.     documentation in the DOC file for emit-fn and friends.
  613.     Basically it is for getting proclamation info, who-calls info,
  614.     undefined info, from a pass of the compiler on a system.
  615.     * add additional undefined warnings for undefined lisp package
  616.     functions in addition to the list-undefined-functions.
  617.  
  618.     
  619.  
  620. Tue Oct 31 06:02:18 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  621.  
  622.     * add support of Iris 4d machine.
  623.     * Fix COERCE_VA_LIST for non standard machines, to
  624.     take the argument n. 
  625.     * Make sure defun, defmacro,.. clear the accessor property
  626.     for defstruct slots.
  627.  
  628. Sat Oct 28 11:06:25 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  629.  
  630.     * remove an abort() from rel_sun4.c.   This type
  631.     of relocation now occurs, and our method has been tested.
  632.     
  633.  
  634. Fri Oct 27 23:01:42 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  635.  
  636.     * if the *system-directory* directory contains the file sys-init.lsp
  637.     then this file will be loaded at startup.   This facility
  638.     is used for printing the warning message at startup, but
  639.     can be used for local modifications.   Also by having two
  640.     system directories [via links and different commands]
  641.     different startups could be loaded.    All this is in
  642.     addition to the regular init.lsp.   The purpose of this
  643.     is to allow patches to be loaded, without requiring a
  644.     resaving of the image. [Recall the system directory
  645.     is the first argument to invoking a saved_kcl, or
  646.     the first part of the pathname if there is not a first arg
  647.     Typically it is the unixport directory if you use the
  648.     xbin/kcl command]
  649.  
  650. Tue Oct 24 20:23:56 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  651.  
  652.     * Add packlib to the unixport/boots file so that help*
  653.     gets compiled using the new do-symbols macro.
  654.     * Add alternate malloc.c file from gnu emacs, if you
  655.     define GNU_MALLOC.   This runs much faster (15X) if you are
  656.     incorporating lots of C code with mallocs.
  657.     
  658.  
  659. Thu Oct 19 21:28:25 1989  Bill Schelter  (wfs at nicolas.ma.utexas.edu)
  660.  
  661.     * add si::fwrite and si::fread for doing io on file streams.
  662.     * Eliminate the need for the separate compiler file cmpinclude.h
  663.     This means that only one file is now needed for an executable,
  664.     and there won't be confusion over which cmpinclude.h goes with
  665.     which version.   We store the file as a string, and write it
  666.     into the c files as they are compiled [if *cmpinclude-string* is
  667.     a string and :system-p t is not given to compile].   The time
  668.     difference for doing the extra write is not measurable, even
  669.     with tiny compiles.
  670.  
  671. Wed Oct  4 23:41:17 1989  Bill Schelter  (wfs at rascal)
  672.  
  673.     * co1eql was causing a double evaluation
  674.     in some special circumstances.
  675.     
  676.  
  677. Mon Oct  2 08:48:30 1989  Bill Schelter  (wfs at rascal)
  678.  
  679.     * Many changes to the compiler to support &optional, &rest
  680.     &key args to be passed on the C stack.  This is still limited
  681.     to functions proclaimed to return one value.
  682.     * Allow user to grow the stacks from top level [see *multiply-stacks*
  683.     doc]
  684.     * Code for making proclamation files and collecting
  685.     cross referencing data in cmpnew/collectfn.lisp.   This
  686.     is to allow a second compile of a system to take advantage
  687.     of information obtained in the first compile.
  688.     * catch-fatal added.
  689.     * read.d float read fixed for little endian machines.
  690.     * do,prog,prog* and do* compilation fixed so that declare's
  691.     at the beginnning of the bodies    which are hidden by macros, are
  692.     detected and processed.
  693.     * :dynamic-extent declaration recognized to allow &rest
  694.     * proclaimed functions with one return value, will now be
  695.     compiled to use the C stack even if they have more than 10 args.
  696.     
  697.     
  698.     
  699.  
  700. Tue Sep  5 22:15:23 1989  Bill Schelter  (wfs at rascal)
  701.  
  702.     * Change add-function-proclamation to be more efficient
  703.     when handed long lists of proclaims.   Maxima for example
  704.     generates 3871 proclaims of functions.  This now takes
  705.     4 seconds instead of 2 minutes.
  706.  
  707. Mon Sep  4 00:25:29 1989  Bill Schelter  (wfs at rascal)
  708.         * cfun_to_combined fixed for t_sfun,t_gfun.
  709.       
  710.     * ihs_function_name fixed for t_sfun,t_gfun
  711.     Mainly used in error handling and printing.
  712.  
  713.     * compiled-function-name fixed to handle t_sfun,t_gfun
  714.     [this is used in the error handler]
  715.  
  716. Thu Aug 31 09:57:09 1989  Bill Schelter  (wfs at rascal)
  717.  
  718.     * fix reduce in seqlib.lsp.   
  719.  
  720. Wed Aug 30 16:44:05 1989  Bill Schelter  (wfs at rascal)
  721.  
  722.     * change cmpeval.lsp,cmploc.lsp to make small fixnums
  723.     write out without the indirection through VV
  724.  
  725.  
  726.     
  727.         ---------Version 206-------------
  728.  
  729. Mon Aug 28 13:44:49 1989  Bill Schelter  (wfs at rascal)
  730.  
  731.     * cmptag.lsp:add-reg changed to handle dotted list case
  732.  
  733.     * Added new types t_sfun, t_gfun of compiled function
  734.     objects to save space and speed funcall.  See doc/funcall
  735.     for details.   Many c files changed as well as compiler.
  736.     
  737.     * cmpeval.lsp: made #, have the c1special property,
  738.     instead of c1, so these will compile properly on safety 3
  739.  
  740.     * add si::set-mv, si::mv-ref, to allow people to implement
  741.     faster version of multiple values.  Someday this way will
  742.     be the default [see doc/multiple-values and lsp/fast-mv.lisp] 
  743.      
  744.     
  745.  
  746. Thu Aug 10 11:51:05 1989  Bill Schelter  (wfs at rascal)
  747.  
  748.     * Fixed prev  fix to print in print.d so that ok if stream = t.
  749.     
  750.  
  751. Mon Aug  7 10:19:11 1989  Bill Schelter  (wfs at rascal)
  752.  
  753.     * Support for HP300bsd (bsd from mt xinu) added.
  754.     * print fixed to add space after printing.
  755.     * describe modified to print more information on structures
  756.  
  757. Fri Jul 28 09:18:15 1989  Bill Schelter  (wfs at rascal)
  758.  
  759.     * trace.lsp  Add keyword args allowing special
  760.     entry, exit, conditional and other handling of
  761.     traced forms.   You can for example specially print
  762.     args, or break if args or values are inappropriate.
  763.     See file doc/trace.
  764.     
  765.     * c1decl-body: recognize safety level on first pass.
  766.  
  767. Sat Jul  8 15:21:42 1989  Bill Schelter  (wfs at rascal)
  768.  
  769.     * defstruct.lsp and read.d:
  770.     Fix patch_sharp to handle structures, and sharp-s-reader
  771.     to do its reads recursively.
  772.     Allows constructs such as #1=#S(joe a #1#)  to work.
  773.     
  774.  
  775. Fri Jul  7 13:40:45 1989  Bill Schelter  (wfs at rascal)
  776.  
  777.     * make sure the co1 properties are cleared when functions
  778.     are defined.
  779.  
  780. Mon Jul  3 15:05:51 1989  Bill Schelter  (wfs at rascal)
  781.  
  782.     * Fix sharp-s-reader in defstruct.lsp and remove it
  783.     from iolib.lsp
  784.     * remove =* and =- from gbc.c package.d
  785.     * fix c1value to behave correctly when one value supplied
  786.     in cmpmulti.lsp
  787.     * change #. and #, to interact correctly when called
  788.     after #+ or #-    
  789.  
  790. Fri Jun  2 20:48:06 1989  Bill Schelter  (wfs at rascal)
  791.  
  792.     * sfasl.c gbc.c change error messages from using stderr
  793.     to stdout.   Note the first file descriptor the user
  794.     opens is typically stderr, so these error messages (which
  795.     rarely occurred) did not appear on the screen but rather
  796.     caused resetting the file pointer of the user's stream!
  797.  
  798. Wed May 31 20:31:04 1989  Bill Schelter  (wfs at rascal)
  799.  
  800.     * package.d,symbol.d, packlib.lsp:   Changes
  801.     to package hashing and intern.   Allow flexibly
  802.     sized packages instead of insisting that all
  803.     internal and external packages use table with 512 elts.
  804.     I recommend a prime number as size.   The size of
  805.     the internals table is automatically grown when there are 2 x
  806.     as many symbols as the table size.
  807.     For the byte-reader.im-test file (580K) the read time
  808.     went from 24 seconds to 16.8 seconds. (had been 53 seconds).
  809.     in-package and make-package take keyword args
  810.     :external and :internal to allow specification of the
  811.     size of the table for a new package.
  812.  
  813. Tue May 30 23:00:46 1989  Bill Schelter  (wfs at rascal)
  814.  
  815.     * fix writing of small and large double floats
  816.     in cmpeval.lsp, so that all numbers from smallest
  817.     double to largest may be included as constants
  818.     in compiled code.
  819.  
  820.  
  821. Sun May 28 16:22:07 1989  Bill Schelter  (wfs at rascal)
  822.  
  823.     * array.c:array_allocself takes an additional argument,
  824.     specifying the default value, or NULL if no initial
  825.     value is to be given. 
  826.     si::make-vector has an additional optional arg of the
  827.     default value.
  828.     * seqlib also has calls to array_allocself, which take
  829.     a 0 final arg, indicating that the initialization
  830.     is not to be done.
  831.     * array.c: siLcopy_array_portion added, to allow quick copying
  832.     from one array to another.
  833.     * In top.lsp the *eof* is changed to a local, so as not
  834.     to conflict with the si::*eof*  which is the value returned
  835.     by the system when doing getc.
  836.     g 
  837.     
  838.  
  839. Fri May 12 10:57:39 1989  Bill Schelter  (wfs at rascal)
  840.  
  841.     * Add optimization for (type x 'foo) where
  842.     foo is a structure.  This also affects foo-p.
  843.     If you (setq compiler::*frozen-defstructs* t)
  844.     this allows the compiler to assume that a given
  845.     defstruct will not be extended (by including
  846.     it in more structures) by new defstructs loaded
  847.     in later files.  This can significantly speed
  848.     up type checking.
  849.  
  850.  
  851. Thu May 11 07:43:52 1989  Bill Schelter  (wfs at rascal)
  852.  
  853.     * Fix omission of the extended mul for sun4 in 1.22
  854.     Now a new dependent feature EMUL lets you specify
  855.     an assembler file in the o directory, which will
  856.     be loaded in at the end.
  857.  
  858.     * AKCL added to the *features* list.    This is
  859.     now necessary because of internal differences in structures
  860.     between the standard kcl and akcl.
  861.  
  862.     Structure changes are pretty well complete.
  863.  
  864. Wed May  3 12:11:54 1989  Bill Schelter  (wfs at rascal)
  865.  
  866.     * Fix ceiling and floor (num_co.c) by riley
  867.  
  868. Mon May  1 08:05:55 1989  Bill Schelter  (wfs at rascal)
  869.  
  870.     * fix to gc of displaced arrays.  (bug report
  871.     and partial fix by riley).    Files gbc.c array.c
  872.     undisplace was referrring to possibly freed list
  873.     structure.
  874.  
  875.     * Structures are being completely reworked.
  876.     There are two reasons:
  877.           
  878.     To use much less overhead at compile time of the
  879.     original defstruct.
  880.     
  881.     To allow raw types in defstructs, and allow packing
  882.     of these.    For example a slot (x 0 :type (mod 50)) will
  883.     only require 1 byte.  These structs may be made to
  884.     coincide with C structs more closely.   All ptr or full
  885.     fixnum fields will be aligned on a multiple of the size
  886.     of ptr however for speed of reference and portability.
  887.  
  888.     Needless to say recompilation is necessary for most files.
  889.     System files affected gbc.c, defstruct.c, predicate.c, print.d
  890.     defstruct.lsp cmpfun.lsp cmputil.lsp cmpeval.lsp predlib.lsp
  891.     and maybe some other small changes.
  892.  
  893.     Naturally significant speedups will be gained if one can
  894.     keep integers in raw form:
  895.     (defstruct ja1 (a #\a :type character)(b 0 :type fixnum))
  896.     (defun joe (x n) (sloop::sloop for i below n do (setf (ja1-b x) i)))
  897.     Then (joe (make-ja1) 1000000) takes less than 1 second now,
  898.     as opposed to over 50 seconds prior to these changes.
  899.     
  900.  
  901. Wed Apr 26 11:59:43 1989  Bill Schelter  (wfs at rascal)
  902.  
  903.     * Add message feature for AKCL start up.  If unixport/message
  904.     exists and unixport/message-suppress does not, then
  905.     the file unixport/message will be printed on start up. (top.lsp)
  906.  
  907.     * make o/akcllib.a, a library containing bcmp .. and other
  908.     common functions which are not present in all versions of unix.
  909.     The main link puts this after -lc, so that faster implementation
  910.     dependent versions will be used if they exist.
  911.  
  912. Mon Apr 24 20:28:49 1989  Bill Schelter  (wfs at rascal)
  913.  
  914.     * Change to eliminate char_table.s assembler code.
  915.     This change will unfortunately require users to recompile
  916.     their object code for use with this system.
  917.  
  918.     * Fix bug in cmpinline.lsp, which was allowing
  919.     (rplacd (cons a b) nil) to give the wrong code.
  920.  
  921.     * Add timing for gc, and allow have the si::*notify-gbc*
  922.     flag cause printing the type of gc.
  923.     To time gc's. do (si::gbc-time 0), to set the timer to
  924.     0, (si::gbc-time -1) to reset and turn it off.  It
  925.     returns an integer in internal time units, similar
  926.     to get-internal-run-time.
  927.     
  928.     * Speed up the lisp reader and intern.  On a large file the
  929.     read is 2.4 times faster than it was.
  930.  
  931.     * Many small changes to the include files, to eliminate duplicate
  932.     definitions of symbols, (not allowed by some compilers)
  933.     and also adding COMM_LENG, which can be null for most compilers
  934.     but should be a small integer for the IBM c compiler (it
  935.     does not accept external declarations int foo[], so we do
  936.     foo[COMM_LENG];
  937.     
  938.     
  939. Fri Apr 21 18:13:23 1989  Bill Schelter  (wfs at rascal)
  940.  
  941.     * Fix bug with the new fast read-byte,....
  942.     If the stream argument was supplied, and was not a stream
  943.     but rather T or NIL, there was a problem.   If you declare
  944.     the arg to be of type stream, then you will get identical
  945.     code to before;  otherwise a typecheck for type stream
  946.     will be supplied, branching into the slower code for
  947.     non streams.
  948.     Files cmpopt.lsp and cmptype.lsp
  949.     
  950.  
  951. Tue Apr 18 22:56:54 1989  Bill Schelter  (wfs at rascal)
  952.  
  953.     * More changes to read-byte, write-byte, read-char and
  954.     write-char.   I have removed the :in-file and :out-file
  955.     declarations, and the speed up for the undeclared streams
  956.     should be virtually the same as obtained with the declarations.
  957.     This will affect mainly file streams.   Files cmpfun.lsp,
  958.     cmpopt.lsp, cmpinclude.h, read.d
  959.  
  960.     Note that on read-byte it is still advantageous to use an
  961.     eof which is a fixnum.
  962.  
  963.     reads where the eof-error-p arg is not nil are not speeded up.
  964.  
  965.     It is still the case that two way streams are not speeded up,
  966.     however if (si::fp-input-stream str) returns non nil, then
  967.     you can use the resulting stream for fast input.
  968.  
  969. Thu Apr 13 00:20:11 1989  Bill Schelter  (wfs at rascal)
  970.  
  971.     * fixes to subtypep (as reported by riley)
  972.  
  973.     * changes to allow faster operation of read-char,write-char,
  974.     read-byte and write-byte, when operating on file streams.
  975.     In order to use these you should declare the stream
  976.     to be :in-file or :out-file.
  977.     You can use (typep str :in-file) to
  978.     check if it is really valid.   
  979.  
  980.     (defun myread (str)
  981.              (declare (:in-file str))
  982.         (the fixnum (read-byte str nil -100)))
  983.  
  984.         The above changes should work for ansi C style stdio,
  985.     in particular for unix io.  At the moment it is conditionalized
  986.     for +unix.
  987.     files: cmpfun.lsp, cmpopt.lsp, cmtype.lsp, file.d, cmpenv.lsp
  988.  
  989.     The difference in reading speed is substantial: eg 3 microseconds
  990.     as opposed to 60 microseconds for read-byte.
  991.  
  992.     To make your code portable do
  993.     (proclaim '(declaration  :in-file))
  994.  
  995.     In order for the optimizations to cut in, 
  996.     the read functions must be supplied with 3 args and the
  997.     write functions with 2.  The second of the read args
  998.     must be nil.
  999.     Note with read-byte, using an eof value which is a fixnum,
  1000.     allows you to declare the location you will pass to as a fixnum.
  1001.     
  1002.     
  1003.     
  1004. Wed Mar 22 17:19:03 1989  Bill Schelter  (wfs at rascal)
  1005.  
  1006.     * Change c1fmla-constant in cmpif.lsp.
  1007.     (if (null 2) x y ) was yielding x not y!
  1008.  
  1009. Sun Mar 19 12:26:21 1989  Bill Schelter  (wfs at rascal)
  1010.  
  1011.     * fix stream_at_end, so that a stream opened for  `io'
  1012.     does the check, when reading, so that read can
  1013.     return eof properly.
  1014.  
  1015. Sun Mar 12 01:40:53 1989  Bill Schelter  (wfs at rascal)
  1016.  
  1017.     * speed up the intern of symbol in pack_hash
  1018.     computation.
  1019.  
  1020.     * psetf bug in case of two args (psetf a 3)
  1021.     not passing the environment.   setf.lsp
  1022.     
  1023.  
  1024. Fri Feb 24 22:27:22 1989  Bill Schelter  (wfs at rascal)
  1025.  
  1026.     * add fixes for &environment to allow it to come
  1027.     anywhere in the lambda list. defmacro.lsp and cmplam
  1028.     (change from R. Harris).
  1029.  
  1030. Wed Feb 22 17:24:30 1989  Bill Schelter  (wfs at rascal)
  1031.  
  1032.     * fix tree-equal to save the previous test in list.d
  1033.     (assoc '(c) '((a b) ((c) d)) :test #'tree-equal) failed.
  1034.     (by Cooperman)
  1035.  
  1036. Sun Feb 19 17:42:31 1989  Bill Schelter  (wfs at rascal)
  1037.  
  1038.     * Fix hash_equal in hash.d.  It was broken for circular
  1039.     structures or lists.   This would affect sxhash as well
  1040.     as equal hash tables.
  1041.  
  1042.     * Fix obscure bug in compiler in cmptop.lsp, which could
  1043.     possibly leave out a sup declaration.   The c compiler
  1044.     would catch this.
  1045.  
  1046.     * Fix comparison of arrays under equalp in c/predicate.c
  1047.     It had been broken for rank different from 1.
  1048.     * Fix the assembler for the sun4 in sun4_chtab.s for
  1049.     multiply.  (bug report by Harris).
  1050.  
  1051. Fri Dec  9 00:47:46 1988  Bill Schelter  (wfs at rascal)
  1052.  
  1053.     * Made changes to sfasl to make it more portable.
  1054.     * added structures and characters to the types
  1055.     handled by fasdump.c
  1056.     * changed the c stack check in gbc.c to use cs_check.
  1057.  
  1058. Sun Nov 27 12:31:13 1988  Bill Schelter  (wfs at rascal)
  1059.  
  1060.     * Add si::fp-input-stream, si::fp-output-stream,
  1061.     Which take one arg a stream, and return a stream
  1062.     with an strm->sm.sm_fp slot suitable for use with fread and fwrite.
  1063.     If this is not possible nil is returned.
  1064.     
  1065.  
  1066. Wed Nov  2 16:09:17 1988  Bill Schelter  (wfs at rascal)
  1067.  
  1068.     * inline-args fix:
  1069.     (defun x (c s i)
  1070.       (declare (optimize (safety 2)))
  1071.       (declare (fixnum i))
  1072.       (setf (char s (setq i (1+ i))) c))
  1073.      made c, not just i a fixnum in the char compilation,
  1074.      fixed in inline-args (by E. Wang)  edward@ucbarpa.Berkeley.EDU
  1075.      file cmpinline.lsp
  1076.  
  1077. Wed Oct 12 17:01:06 1988  Bill Schelter  (wfs at rascal)
  1078.  
  1079.     * Added new array types:   files cmptype,array.c,typespec.c,cmpopt,
  1080.       predlib.lsp, gbc.c,  and maybe some others.
  1081.       Purpose of the change was to allow programs like CLX which
  1082.       use lots of numerical arrays, to be much more economical.
  1083.       Also make-array now coerces the element-type in a reasonable
  1084.       way, and the same handling is used in the compiler.
  1085.       
  1086.       New array element types:
  1087.       signed-char,  unsigned-char,  signed-short, unsigned-short
  1088.       The ranges on a SUN are
  1089.       ((INTEGER -128 127)        (INTEGER 0 255) (INTEGER -32768 32767)
  1090.        (INTEGER   0 65535)) respectively.
  1091.       Note that now
  1092.       make-array will always try to find the `best' array to
  1093.       accommodate the element-type specified.   For example on a SUN
  1094.       (mod 1) --> bit
  1095.       (integer 0 10) --> unsigned-char
  1096.       (integer -3 10) --> signed-char
  1097.       si::best-array-element-type is the function doing this.  It
  1098.       is also used by the compiler, for coercing array element types.
  1099.       If you are going to declare an array you should use the same
  1100.       element type as was used in making it.  eg
  1101.       (setq my-array (make-array 4 :element-type '(integer 0 10)))
  1102.       (the (array (integer 0 10)) my-array)
  1103.       
  1104.  
  1105.       
  1106.       ..  When wanting to optimize you need to make a reference:
  1107.       (the fixnum (aref (the (array (integer -3 10)) ar) (the fixnum i)))
  1108.       if ar were constructed using the (integer -3 10) element-type.
  1109.       You could of course used signed-char, but since the ranges
  1110.       may be implementation dependent it is better to use -3 10 range.
  1111.       make-array needs to do some calculation with the element-type
  1112.       if you don't provide a primitive data-type.  One way of doing
  1113.       this in a machine independent fashion:
  1114.       (defvar *my-elt-type* #. (array-element-type (make-array 1
  1115.       :element-type '(integer -3 10))))
  1116.       Then calls to (make-array n :element-type *my-elt-type*)
  1117.        will not have to go through a type inclusion computation.
  1118.       
  1119.        
  1120.        
  1121. Tue Oct 11 09:52:13 1988  Bill Schelter  (wfs at rascal)
  1122.  
  1123.     * When using gcc, it could happen that there was
  1124.     a string in in the init function, which got placed
  1125.     before the init function.  Had to add -fwritable-strings
  1126.     to stop this.
  1127.  
  1128. Sun Oct  2 13:35:11 1988  Bill Schelter  (wfs at rascal)
  1129.  
  1130.     * Fix MP386 and att port bugs, introduced with the
  1131.     new mp386.h, att.h and mp386.defs files.
  1132.     * Fix unixtime at least for bsd, so that get-internal-real-time
  1133.     does not wrap every few hours, but will not wrap below 400 days.
  1134.     * Fix directory problems with compiling in other than the current
  1135.     directory, in the name of the file specified in the include.
  1136.     The command on most systems cd 's to the directory to run the
  1137.     cc, and so the .h file needed to use an unprefixed name.
  1138.     
  1139.  
  1140. Sat Sep 24 16:02:22 1988  Bill Schelter  (wfs at rascal)
  1141.  
  1142.     * Changes to the computation of double-float-epsilon
  1143.     and more generally XX-epsilon.  First they did not
  1144.     satisfy the condition of
  1145.     (defun fo (e) (not (= (float 1 e) (+ (float 1 e) e))))
  1146.     (fo double-float-epsilon) --> t
  1147.     as per CLtL.   As it stands they at least satisfy the
  1148.     test, although there may be floats slightly smaller which
  1149.     also do.
  1150.     
  1151.     Second on some machines (eg HP) the calculation done
  1152.     in line, carried more precision than that which would
  1153.     be normal when passed through eql, so that we changed
  1154.     the test == in constructing the double float epsilon
  1155.     to use a function call.  Otherwise the epsilon was
  1156.     ~10^-20 instead of the correct ~10^-16.
  1157.  
  1158. Thu Sep 22 14:08:07 1988  Bill Schelter  (wfs at rascal)
  1159.  
  1160.     * Fixed hash_equal not to use the cast to int,
  1161.     in computing hash of a symbol name
  1162.     since this made sun4's unhappy (file hash.d ).
  1163.  
  1164. Wed Sep 14 12:02:35 1988  Bill Schelter  (wfs at rascal)
  1165.  
  1166.     * fix to setf to make sure that
  1167.     (defmacro joe (x) `(progn t (car ,x)))
  1168.     (defsetf joe rplaca)
  1169.     work correctly.   files changed are assignment.c and setf.lsp
  1170.     The defsetf'd definition takes precedence in the macroexpansion.
  1171.     The bad order was introduced when the evaluation of the macros including
  1172.     their environments was introduced (see below).
  1173.  
  1174. Mon Sep 12 10:09:56 1988  Bill Schelter  (wfs at rascal)
  1175.  
  1176.     * use varargs.h for bind.c and list.d where
  1177.     variable length args are passed.  We only use
  1178.     va_arg(ap,object) to access the next arg now.
  1179.     There are no more indexed references, since that
  1180.     is less portable.
  1181.  
  1182.     * A major change for porting:  Each machine type
  1183.     now has a .h file of its own, and things like alloc.c,
  1184.     main.c, unixsave.c  no longer should be modified for
  1185.     individual machines.  The file config.h is a link
  1186.     from `your-machine`.h and things like the VSSIZE,
  1187.     are also specified in that file.  There are also
  1188.     files such as bsd.h , att.h (for system V) which
  1189.     can be included by the various special machine files.
  1190.  
  1191.     * c support for extended_div was added, and will
  1192.     be used if USE_C_EXTENDED_DIV is defined.  The only
  1193.     function which does not have a C definition on the sun4
  1194.     version is extended_mul.  Note that the c version
  1195.     of extended_div is included in big.c rather than earith.c
  1196.     since the latter is not compiled with the optimize switch.
  1197.  
  1198.     * The assembler functions of bitop.c had been being redefined
  1199.     by macros in gbc.c in an earlier change (this was actually
  1200.     4 times faster on a sun3), and now those functions have
  1201.     dummy definitions, which will go away soon.
  1202.  
  1203. Wed Aug 31 23:38:08 1988  Bill Schelter  (wfs at rascal)
  1204.  
  1205.     * use varargs for the funlink of proclaimed functions,
  1206.     This affects cmpcall.lsp, funlink.c and requires
  1207.     <varargs.h> to be included by cmpinclude.
  1208.     The old variable arg business was not portable to risc
  1209.     architectures, where args are passed in registers.
  1210.  
  1211.         * make print return a value in print.d
  1212.     Hope there are not more `implicit returns' hidden away.              
  1213.  
  1214. Fri Aug 19 15:13:06 1988  Bill Schelter  (wfs at rascal)
  1215.  
  1216.     * Make (subtypep 'string-char 'character) --> t
  1217.  
  1218. Wed Aug  3 11:33:20 1988  Bill Schelter  (wfs at rascal)
  1219.  
  1220.     * I have removed the dynamic growing of the special binding
  1221.     stack which I had added a few months ago (cf bds.h,main.c,bds.c.)
  1222.        It had ignored
  1223.     the fact that some functions eg, Levalhook grab a pointer
  1224.     into the bds rather than just an index.  These could easily have
  1225.     been changed, but until we allow the other stacks to grow
  1226.     dynamically, it is of questionable value.  
  1227.  
  1228. Fri Jul  1 09:41:36 1988  Bill Schelter  (wfs at rascal)
  1229.  
  1230.     * allow assoc to take key in c/list.d as per mail
  1231.       442  23-Jun  pc%linus@mitre-bedford.ar  KCL Bug: assoc doesn't take :key
  1232.  
  1233.  
  1234. Wed Jun 15 16:46:40 1988  Bill Schelter  (wfs at rascal)
  1235.  
  1236.     * Added support for switch construct (see cmpnew/cmptag.lsp
  1237.     for documentation)
  1238.     This will allow compiling into the c switch construct
  1239.     if (the test variable is declared to be a subtype of
  1240.     fixnum) which can then allow much faster switching on
  1241.     cases.  To do:Should optimize some of case constructs into
  1242.     switch, where applicable.
  1243.  
  1244. Wed Jun  8 11:43:00 1988  Bill Schelter  (wfs at rascal)
  1245.  
  1246.     * Altered the marking of the c stack in gbc.c.
  1247.     Now the current location for the c stack is taken
  1248.     in a separate function from the one where the environment
  1249.     is forced onto the stack, so that we don't have to
  1250.     depend on the c compilers doing things in the expected
  1251.     order.  See mark_stack_carefully.  Also added a flag
  1252.     C_GC_OFFSET which if defined to 2, will mark
  1253.     the stack twice once on 4m and once on 4m+2.
  1254.  
  1255.     * changed the initialization in main.c of bds_org
  1256.     and bds_limit.
  1257.     
  1258.     This is to fit in with the earlier change to
  1259.     bds_overflow, to allow the bds to grow.   bds_org
  1260.     is now a pointer rather than a hardwired value.
  1261.     
  1262.  
  1263. Tue Jun  7 04:44:15 1988  Bill Schelter  (wfs at rascal)
  1264.  
  1265.     * Fix equalp to use the fill-pointer as a limit
  1266.     when comparing strings,vectors and bitvectors.
  1267.     
  1268.  
  1269. Mon Jun  6 11:29:08 1988  Bill Schelter  (wfs at rascal)
  1270.  
  1271.     * Fix rotatef in setf.lsp to return NIL per CLtL
  1272.     * Fix handling of &rest arg in cmplam.lsp
  1273.     c2lambda-expr-without-key as per bug fix of Yuasa
  1274.     12-Nov  yuasa%kurims.kurims.kyoto  A bug fix
  1275.     * Add the fix to quick-sort as per
  1276.        67  12-Jan  yuasa%tutics.tut.junet%ut  Re: sort bug
  1277.     * Add fix for shadowing-import per
  1278.        68  12-Jan  yuasa%tutics.tut.junet%ut  Re: SHADOWING-IMPORT doesn't
  1279.     * Fix (random 0) bug, adding TSpositive_number type. as per
  1280.        69  12-Jan  yuasa%..  Re: (random 0) => losing error message
  1281.     * Fix (make-array  2 0) bug per
  1282.          70  13-Jan  yuasa%tutics.tut.junet%ut  Re: Nil is a sequence
  1283.     * Add bogus value (*READ-DEFAULT-FLOAT-FORMAT* t) when
  1284.     printing a float in a compiled file, so that it will always
  1285.         add the type in the printing, and we won't get a float
  1286.     type different from that used at compile time
  1287.     cf.    80  28-Jan  yuasa%tutics.tut.junet%ut  Re: float numbers
  1288.     * Add fix for bug
  1289.     setf (aref x (decf i)) (aref x 1)) ->
  1290.         "base[2]= aset1(base[0],V1,fix(base[1]));"
  1291.     to cmpinline.lsp, as per
  1292.        92   8-Feb  yuasa%tutics.tut.junet%ut  Re: compiler bug?
  1293.     *All fixes by yuasa in the kcl-mail-archive  thru Jun 88
  1294.     are now incorporated in akcl
  1295.     * Altered cmp-macroexpand-1 to use the local macro environment
  1296.     
  1297.  
  1298.  
  1299.  
  1300. Wed Jun  1 13:29:57 1988  Bill Schelter  (wfs at rascal)
  1301.  
  1302.     * Altered macros.c to pass the function-macro environment
  1303.     if it is non nil.  This is needed so that macro expansion
  1304.     functions can be called in the correct environment.
  1305.     Altered cmputil.lsp so that cmp-macroexpand and cmp-macro-expand
  1306.     both use the current compiler macro environment.
  1307.     Finally altered setf, so that it looks at the macro
  1308.     environment when it expands the place.
  1309.  
  1310.     Deleted treatment of setf as special form by the compiler,
  1311.     (introduced yesterday!)
  1312.     now that macros are handled correctly, and it is defined
  1313.     correctly as a macro.
  1314.  
  1315.     Things like
  1316.     (macrolet ((ab nil 'a)) (setf (the fixnum (ab)) 3))
  1317.     Now work to give (set 'a (the fixnum 3)) as expected.
  1318.     
  1319.     
  1320.  
  1321. Mon May 30 11:40:47 1988  Bill Schelter  (wfs at rascal)
  1322.  
  1323.     * Altered setf to macroexpand the place in the current
  1324.     lexical environment so that
  1325.     (macrolet ((joe nil 'bil))(setf (joe) n))
  1326.     would behave correctly.  This change was in assignment.c
  1327.     in `setf' and also in cmputils.lsp adding c1setf, to
  1328.     get analagous treatment for compiler.
  1329.     To do:
  1330.     It is still not totally correct:  I don't handle
  1331.     (macrolet ((joe nil 'bil))(setf (the fixnum (joe)) n))
  1332.     but
  1333.     (macrolet ((joe nil '(the fixnum bil)))(setf (joe) n))
  1334.     is ok.
  1335.  
  1336. Tue May 24 09:38:58 1988  Bill Schelter  (wfs at rascal)
  1337.  
  1338.     * Changed float to return single-float if given only one
  1339.     arg, as per CLtL.
  1340.  
  1341.     * Added a dynamic growth feature the bds stack, changing
  1342.     bds_org to be a variable rather than a macro, and altering
  1343.     bds_overflow.
  1344.     
  1345.     *Enforce  substantial constraints on downward closures ,to be relaxed
  1346.     at a future date: Currently no args, and no cross references
  1347.     to other types of closures.   This is done in check-downward
  1348.     in t1defun.  
  1349.  
  1350.     
  1351.  
  1352.     
  1353.  
  1354.     
  1355.  
  1356.  
  1357.